home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / basic / amiblitz_ful.lha / AmiBlitz2 / UnInstall < prev    next >
Encoding:
Text File  |  2001-12-15  |  549 b   |  18 lines

  1. echo "Removing assigns for the current session..."
  2. assign >NIL: Blitz2:
  3. assign >NIL: Blitzlibs:
  4.  
  5. echo "Deleting prefs files from ENVARC:..."
  6. delete ENVARC:ted.menus quiet
  7. delete ENVARC:ted.prefs quiet
  8. delete ENVARC:ped.prefs quiet
  9.  
  10. echo "You may now delete the AmiBlitz2 folder and all"
  11. echo "its contents to uninstall AmiBlitz2."
  12. echo ""
  13. echo "Remember to edit your s:user-startup file to remove"
  14. echo "the assigns for AmiBlitz2. They look like this:"
  15. echo "  assign >NIL: Blitz2: *"<directory>*""
  16. echo "  assign >NIL: Blitzlibs: *"<directory>*""
  17.  
  18.